make it possible to enable/disable UART drivers
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 31 Jul 2018 15:18:01 +0000 (08:18 -0700)
committerJulien Grall <julien.grall@arm.com>
Thu, 2 Aug 2018 11:24:26 +0000 (12:24 +0100)
commit061cb533923d4511185a8ba18753e3f931135276
tree68b25f95cba5f29e96fc7abf489a9917bfcea793
parent634cfc8bebb4a50909ca9f1d4bf697bf3bbec6b2
make it possible to enable/disable UART drivers

All the UART drivers are silent options. Add one line descriptions so
that can be de/selected via menuconfig.

Add an x86 dependency to HAS_EHCI: EHCI PCI has not been used on ARM. In
fact, it depends on PCI, and moreover we have drivers for several
embedded UARTs for various ARM boards.

NS16550 remains not selectable on x86.

Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Julien Grall <julien.grall@arm.com>
---
Changes in v4:
- improve commit message
- remove prompt for HAS_EHCI

Changes in v3:
- NS16550 prompt if ARM

Changes in v2:
- make HAS_EHCI depend on x86
xen/drivers/char/Kconfig